powered by
This method can be used to retrieve a group or array from the Zarr object by its path.
# S3 method for zarr [[(x, i)
An instance of zarr_group or zarr_array, or NULL if the path is not found.
zarr_group
zarr_array
NULL
A zarr object to extract a group or array from.
zarr
The path to a group or array in x.
x
z <- create_zarr() z[["/"]]
Run the code above in your browser using DataLab